net/http.Server.doKeepAlives (method)

3 uses

	net/http (current package)
		server.go#L1309: 	keepAlivesEnabled := w.conn.server.doKeepAlives()
		server.go#L2109: 		if !w.conn.server.doKeepAlives() {
		server.go#L3460: func (s *Server) doKeepAlives() bool {